home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 128 / XENIATGM128.iso / Shareware / MusicMatchJukebox 7.0 / Tutorials / online_attractions.exe / scripts / DefineButton2_334 / BUTTONCONDACTION on(release).as
Text File  |  2001-01-11  |  107b  |  8 lines

  1. on(release){
  2.    gotoAndPlay(2115);
  3.    tellTarget("/voice-having")
  4.    {
  5.       gotoAndPlay(1);
  6.    }
  7. }
  8.